Get Row Item
Gets desired row item from given data table
Input
- Column: The object of the data column from which the value will be retrieved.
- Type:
System.Data.DataColumn - Required
- Type:
- Column Name: The name of the data column from which the value will be retrieved.
- Type:
System.String - Required
- Type:
- Column Index: The index of the column whose value is to be retrieved from the DataRow.
- Type:
System.Int32 - Required
- Type:
- Row: The object of the Data Table Row from which the value will be retrieved.
- Type:
System.Data.DataRow - Required
- Type:
Output
- Value: This is the area where the value variable to which the data retrieved from the Data Table will be assigned is defined.
- Type:
System.Object - Required
- Type: